projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6351953
)
; * src/comp.c (Fcomp_el_to_eln_filename): Improve docstring.
author
Andrea Corallo
<akrl@sdf.org>
Sun, 21 Mar 2021 20:49:03 +0000
(21:49 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Sun, 21 Mar 2021 20:50:22 +0000
(21:50 +0100)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index 4e2b941b67015b52174c2ea73d83ac5fd8381a8e..5eb7bf2106695b02300df2fe0c42047c2fbf43ca 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-4086,7
+4086,8
@@
DEFUN ("comp-el-to-eln-rel-filename", Fcomp_el_to_eln_rel_filename,
DEFUN ("comp-el-to-eln-filename", Fcomp_el_to_eln_filename,
Scomp_el_to_eln_filename, 1, 2, 0,
- doc: /* Return the corresponding .eln filename for source FILENAME.
+ doc: /* Return the .eln filename for source FILENAME to used
+for new compilations.
If BASE-DIR is nil use the first entry in `comp-eln-load-path'. */)
(Lisp_Object filename, Lisp_Object base_dir)
{